JavaScript

{grid.object}editDetailViewRecord Method

Syntax

{grid.Object}.editDetailViewRecord()

Description

Puts the Detail View into edit mode.

Discussion

If the Grid's Detail View edit style is set to "onDemand", the editDetailViewRecord() method switches the Detail View to edit mode.

Example

{grid.Object}.editDetailViewRecord();

See Also